home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr1.dir / 00077_Script_77 < prev    next >
Text File  |  1995-11-29  |  253b  |  21 lines

  1. on exitFrame
  2.   --2
  3.   
  4.   
  5.   HL 45,32
  6.   
  7.   preLoadCast 16
  8.   
  9.   if rollover(3) then
  10.     show "P002.a"
  11.   else
  12.     set gKeepOn = FALSE --flag to disable hotbuttons
  13.     reshow "2", "P002"
  14.     prompt2
  15.   end if
  16.   
  17.   
  18.   
  19.   go the frame
  20.   
  21. end